Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
JPG analyse
jpg-analyse.rv:1.0.0
5.1 KB
13 Mar 2003
To remove some data from the JPG files to make them smaller. For example files from Adobe contains so many other informations that the file is twice bigger than may be.
author: Oldes
JSON to Rebol converter
json.r
 discussion
 documentation
v:0.0.9
14.2 KB
6 Sep 2013
Convert a JSON string to Rebol data, and vice versa.
author: douglas crockford
Library data services
lds-local.r
 documentation
v:0.0.4
655 bytes
13 Aug 2004
Provides the client end of the REBOL.org Library Data Services interface
author: Sunanda
LIQUID - core dataflow programming engine.
liquid.r
 discussion
v:0.8.1
64.9 KB
28 Mar 2009
Create procedural processing networks.
author: Maxim Olivier-Adlhoch
Load ini file
load-ini.rv:1.0.0
1.8 KB
18 Sep 2010
Parses a Window's ini file.
author: Marco Antoniazzi
REBOL External Application Launcher - self extracting archive
launcher-ext42.rv:0.2.0
21.8 KB
13 Mar 2003
Launches external apps (using the C system() call) from any version of REBOL
author: Cal Dixon
REBOL Standard Document Formatter
make-doc.r
 documentation
v:0.9.0
9.3 KB
10 Jan 2005
(See MakeDoc2 for the latest version.) Converts very simple text file format into other document formats (such as HTML) with good titles, table of contents, section headers, indented fixed-spaced examples, bullets and definitons. Does the formatting so you can focus on the hard part: the words.
author: Carl Sassenrath
make-doc-pro
make-doc-pro.r
 documentation
v:1.0.8
57.8 KB
7 Feb 2004
Parses the make-doc-pro markup language into a datastructure that can be into other document formats (such as HTML) with good titles, table of contents, section headers, indented fixed-spaced examples, bullets and definitons.
author: Robert M. Münch
MakeDoc 2 - The REBOL Standard Document Formatter
makedoc2.r
 documentation
v:2.5.7
17.0 KB
10 Mar 2007
This is the official MakeDoc document formatter that is used by REBOL Technologies for all documentation. It is the fastest and easiest way to create good looking documentation using any text editor (even ones that do not auto-wrap text). It creates titles, headings, contents, bullets, numbered lists, indented examples, note blocks, and more. For documentation, [...]
author: Carl Sassenrath
MP3 stream parser
mp3-stream-parser.rv:1.0.0
6.4 KB
1 Apr 2009
MP3 parser with streaming input
author: Oldes
mp3tool
mp3tool.rv:1.0.0
1.3 KB
13 Mar 2003
I have seen an ID3 reader in every language (C, Perl, Python, PHP), and decided I might as well write one for REBOL. It is very simplistic at the moment
author: Vache
msdate-to-date
msdate-to-date.rv:0.1.0
1.1 KB
13 Mar 2003
Converts standard MS DOS binary time to Rebol's one
author: Oldes
MySQL database interfacing logic.
mysql_all.rv:1.0.0
17.3 KB
13 Mar 2003
Interface to the mysql libs, needs /Pro or /Command
author: Maarten Koopmans, Ernie van der Meer
Save Email to File
mailsave.r701 bytes
13 Mar 2003
This example reads all email and saves it to a file.
author: [unknown]
Save to Mailbox File
mailboxsave.r1.3 KB
13 Mar 2003
This example reads email and appends it to a standard mailbox file (which can be read by most email apps).
author: [unknown]
Email a Text File
mailfile.r567 bytes
13 Mar 2003
Send a text file (as text of message).
author: [unknown]
Email Files as Compressed
mailfilescomp.r1.0 KB
13 Mar 2003
This example sends a group of files (binary or text) as a single compressed text message.
author: [unknown]
Email Text Files
mailfiles.r763 bytes
13 Mar 2003
This example sends a group of text files as separate messages.
author: [unknown]
navigator
navigator.rv:1.0.0
2.0 KB
13 Mar 2003
to navigate throw files, next versions will include web and ftp navigation
author: Gregory Pecheret
REBOL Blogger
new-blog.r
 discussion
v:1.4.1
39.0 KB
11 Jul 2007
The blog system written and used by Carl Sassenrath, REBOL's creator. This script will let you post and update blogs on your website using just a web browser. Generates summary and index pages, blog searches, etc. Extensible with Makedoc2 for more formatting options.
author: Carl Sassenrath